RingingSource

enum RingingSource : Enum<RingingSource>

RingingSource

Since

1.11.2

Entries

WEBSOCKET
Link copied to clipboard
WEBSOCKET("ws")

Indicates the call was received from a push notification.

RETRIEVAL
Link copied to clipboard
RETRIEVAL("cmd_retrieving")

Indicates the call was received from an invocation of SendBirdCall.retrieveMissedDirectCalls().

PUSH
Link copied to clipboard
PUSH("push")

Indicates the call was received from a websocket event.

Types

Companion
Link copied to clipboard
object Companion

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
val value: String